home *** CD-ROM | disk | FTP | other *** search
/ Pro One: Netcracker Netscape Navigator / ProOne: Netcracker Netscape Navigator.iso / pc / nc / wds / nc_hlp.geo / 00106.ls < prev    next >
Encoding:
Text File  |  1997-03-19  |  156 b   |  11 lines

  1. on exitFrame
  2.   if soundBusy(2) then
  3.     if the mouseDown then
  4.       sound stop 2
  5.       TheinitCursor()
  6.     else
  7.       go(the frame)
  8.     end if
  9.   end if
  10. end
  11.